home *** CD-ROM | disk | FTP | other *** search
/ KeyGen Studio 2002 / KeyGen_Studio_2002.iso / Tutorials / Nag and Time Trial / nag / ns83.txt < prev    next >
Encoding:
Text File  |  2001-06-27  |  3.5 KB  |  75 lines

  1. TurboBAT 5.01 nag remover tutorial...
  2.  
  3.     by Xcellent for TrickSoft - "Software made free by us"
  4.  
  5. Hi there!! Welcome to my tutor, and this time NOT for a
  6. game, it's for a program. TurboBAT compiles your Batch Files
  7. into an executable, making it work faster. We'll remove the
  8. nag when you run your compiled batch file. I did this tut because
  9. enjoyned a lot this program.
  10.  
  11. Tools needed:
  12. Turbo Debugger for DOS (www.crackstore.com)
  13. Any hexadecimal editor (www.crackstore.com or fravia.org)
  14. Any DOS file unpacker (just needed if your TURBOBAT.EXE is *PACKED*)
  15.  
  16. If your TURBOBAT.EXE file is packed, unpack it first!
  17. Well, make a little batch file with just one line (echo Hi) and
  18. save it. Run TurboBAT and compile your batch file. Run your
  19. compiled batch file and:
  20.  
  21. This file is compiled with unregistered version of TurboBAT batch
  22. file compiler. Please register to eliminate this message.
  23.  
  24. Then we got a 5 seconds wait and then your program run. Well, run
  25. Turbo Debugger and open the compiled batch file. Start pressing
  26. F8 key till the blue bar is on:
  27.  
  28. cs:0105 CD21           int    21
  29.  
  30. Press F8 again and now press ALT + F5...Yes!! We see our little
  31. message, so we know that nopping this CD21 the message won't be
  32. show. Ok quit Turbo Debugger and open the compiled batch file with
  33. your hexadecimal editor, then search for CD21 and change to 9090.
  34. Save and run the file..Good, we got no message..this is already
  35. an progress...Run Turbo Debugger again an open the compiled batch
  36. file. Start pressing F8 till the blue bar is on:
  37.  
  38. cs:0120 74F6           je     0118   <- blue bar here
  39. cs:0122 26A06C00       mov    al,es:[006C]
  40. cs:0126 240F           and    al,0F
  41. cs:0128 3AC4           cmp    al,ah  <- compare al and ah
  42. cs:012A75F6           jne    0122  <- if not qual jump to cs:0122 (loop till 5 secs)
  43.  
  44. This snipet of the code is the wait for 5 seconds. So, we'll nop that
  45. that "jne    0122", making it don't jump to do the 5 sec loop. Ok quit
  46. Turbo Debugger and run your hexadecimal editor, open the compiled batch
  47. file and search for 75F6, when you've found change to 9090 and save. Run
  48. the compiled cracked batch file and...Yes!! It works perfectly!!
  49. But now you may be thiking: "So everytime i compile a batch file i will
  50. need to crack it?" Well, you can do it that way too :)
  51. But there's a simple way, modify the TURBOBAT.EXE. But how? Simple, edit
  52. the TURBOBAT.EXE file with your hexadecimal editor and search for this text:
  53. "This file is compiled with unregistered"
  54. Ok now i will explain you why: When you compile your batch file, the prog
  55. simply make an file, put the "interpreter" code then your batch file. So
  56. the "interpreter" code already exists, and it's inside TURBOBAT.EXE
  57. Ok getting back..when you found it, search around there the CD21 and the
  58. 75F6 bytes, that's the bytes we've modified to make it work without the nag
  59. and the 5 sec loop, and change them to 9090. Save and use TurboBAT to compile
  60. any batch file, after it's compiled, run the compiled batch file and...
  61. NO NAGS AND NO LOOP!!! Yes!!
  62.  
  63. Obs.: You know that buggin blinkin red message saying: UNREGISTERED SHAREWARE VERSION.
  64. FOR TRIAL USE ONLY. FOR LATEST VERSION CALL HYPERWARE AT 415-882-1740 
  65. WWW.HYPERWARE.COM
  66. You can get ride of it using the Turbo Debugger too ;)
  67. But if you can't find the right bytes, change this:
  68. Offset: B1EF
  69. Byte: EB
  70.  
  71. Thx again, if you have any question or comments about this tutor, mail me.
  72.  
  73. Xcellent - the Brazillian crack3r
  74. xcellent@bol.com.br
  75. www.tricksoft.net